﻿2026-08-01T09:39:30.4618586Z ##[group]Run actions/checkout@v5
2026-08-01T09:39:30.4619518Z with:
2026-08-01T09:39:30.4620108Z   repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:30.4625762Z   token: ***
2026-08-01T09:39:30.4626279Z   ssh-strict: true
2026-08-01T09:39:30.4626812Z   ssh-user: git
2026-08-01T09:39:30.4627345Z   persist-credentials: true
2026-08-01T09:39:30.4627941Z   clean: true
2026-08-01T09:39:30.4628464Z   sparse-checkout-cone-mode: true
2026-08-01T09:39:30.4630643Z   fetch-depth: 1
2026-08-01T09:39:30.4631187Z   fetch-tags: false
2026-08-01T09:39:30.4631744Z   show-progress: true
2026-08-01T09:39:30.4632322Z   lfs: false
2026-08-01T09:39:30.4632850Z   submodules: false
2026-08-01T09:39:30.4633378Z   set-safe-directory: true
2026-08-01T09:39:30.4634112Z   allow-unsafe-pr-checkout: false
2026-08-01T09:39:30.4635510Z env:
2026-08-01T09:39:30.4643430Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-01T09:39:30.4653651Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-01T09:39:30.4655003Z ##[endgroup]
2026-08-01T09:39:30.8152428Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:30.8154261Z ##[group]Getting Git version info
2026-08-01T09:39:30.8155265Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-01T09:39:30.8795961Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-01T09:39:30.9092950Z git version 2.43.0.windows.1
2026-08-01T09:39:30.9127894Z ##[endgroup]
2026-08-01T09:39:30.9138927Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8f5639df-cfc3-4a55-bc22-58f2905303cf\.gitconfig'
2026-08-01T09:39:30.9157524Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8f5639df-cfc3-4a55-bc22-58f2905303cf' before making global git config changes
2026-08-01T09:39:30.9159494Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:39:30.9164118Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-01T09:39:30.9479754Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-01T09:39:30.9719683Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:30.9752281Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T09:39:30.9757428Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T09:39:31.0084339Z HEAD
2026-08-01T09:39:31.2439274Z ##[endgroup]
2026-08-01T09:39:31.2442565Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-01T09:39:31.7617384Z ##[group]Cleaning the repository
2026-08-01T09:39:31.7619442Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-01T09:39:32.9442275Z Removing dist/
2026-08-01T09:39:32.9472040Z Removing target/
2026-08-01T09:39:32.9478321Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-01T09:39:33.0466260Z HEAD is now at 2a66d78d release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:33.0517440Z ##[endgroup]
2026-08-01T09:39:33.0522985Z ##[group]Disabling automatic garbage collection
2026-08-01T09:39:33.0530008Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-01T09:39:33.0852570Z ##[endgroup]
2026-08-01T09:39:33.0853180Z ##[group]Setting up auth
2026-08-01T09:39:33.0862969Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:39:33.1165657Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-01T09:39:33.5532148Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:39:33.5830440Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-01T09:39:34.0245701Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:39:34.0536048Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-01T09:39:34.5698596Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-01T09:39:35.4178679Z ##[endgroup]
2026-08-01T09:39:35.4179281Z ##[group]Fetching the repository
2026-08-01T09:39:35.4182836Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T09:39:37.9157846Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:37.9158640Z  * [new ref]           68e50a90602578669b8ee5db9be5332bd49ecadf -> origin/golden/handrail
2026-08-01T09:39:37.9338752Z ##[endgroup]
2026-08-01T09:39:37.9339321Z ##[group]Determining the checkout info
2026-08-01T09:39:37.9340774Z ##[endgroup]
2026-08-01T09:39:37.9347790Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-01T09:39:37.9703827Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-01T09:39:37.9991935Z ##[group]Checking out the ref
2026-08-01T09:39:37.9997487Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T09:39:38.2193725Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T09:39:38.2195287Z Previous HEAD position was 2a66d78d release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:38.2195983Z Switched to a new branch 'golden/handrail'
2026-08-01T09:39:38.2223403Z ##[endgroup]
2026-08-01T09:39:38.2576182Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-01T09:39:38.2880765Z 68e50a90602578669b8ee5db9be5332bd49ecadf
